home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / anomyo1a / readme.txt < prev    next >
Text File  |  1998-03-28  |  2KB  |  35 lines

  1. SMTP: Simple Mail Testing Program
  2.  
  3. Legal: I am not responsible for anything to do with this program, source code, or anything
  4. about it!! You use it at your own risk!! But on the good side.. it's source code so you
  5. can see what it does!!
  6.  
  7. Credits: Craig Gill?? I believe he is the one that wrote the original semi-working code
  8. sample that I got, modified and made work. Thanks Craig (if that's who put up the code)
  9. for helping shove me in the right direction here!!
  10.  
  11. Use: The sample here was written/compiled using VB 5.0 Enterprise Edition SP3, it SHOULD
  12. work in any version of VB (you may need to cut and paste the code), but I have only used
  13. it in the above environment.
  14.  
  15.  
  16. The code is actually pretty simple, it simply uses windows own Winsock to send e-mail via
  17. SMTP. It makes a connection via TCP on port 25 (If you don't understand what TCP and port
  18. 25 is, you may consider brushing up on TCP/IP before using this, but it is not a requirement)
  19. and sends basically text to the SMTP mail server. This is what SMTP stands for SIMPLE Mail
  20. Transport Protocol.  I have tried as much as possible to self document the code, so I will
  21. not got into details here. Just look through it and see what you can do. 
  22.  
  23. Side effects: Well heck this is really a small simple little E-Mail program good for sending
  24. e-mail to any SMTP mail server. As long as the PC has the VB5 runtimes & Winsock loaded this
  25. should work with out any install programs. So it might be a handy tool to have. Because the
  26. scary part is with Wise 5.0 install this thing GROWS to 1.3MB (About 300-400K smaller than
  27. the built in VB5 setup program maker).
  28.  
  29. What's next with this?? Well I may make it into an ActiveX control for VB/C++ programmers 
  30. that need an quick easy and FREE way to send e-mail from their programs. But we'll see.
  31.  
  32. Questions, comments, Death threats, Marriage proposals: brian@worldcomputers.com
  33.  
  34. -Brian Anderson
  35.